PinkPanther converted a basic group to this supergroup «Raspiblitz»
CryptoMulde ⚡️ changed group photo
11:14
PinkPanther
We are rolling.
Kevin Yaraghi invited Kevin Yaraghi
Mikael Flodén invited Mikael Flodén
11:32
PinkPanther
Sick setup.
11:32
Just wanted to share it 😆
11:35
PinkPanther
Keep sharing the group with everyone you think might need a hand with the raspiblitz that way main contributors can focus more on the important issues. We nonetheless are planning to report on a monthly basis of what’s going on in here.
12:00
Very cool setup Mikael, what is that pad underneath the monitor?
13:00
Kevin Yaraghi
Looks like you can now download v1.2
13:00
Apparently this image is a candidate to be the final v1.2 release
13:01
Still technically a pre-release though, so use caution
13:34
Mikael Flodén
Its a Wacom Cintiq 16, but that one is not mine. My girlfriend has it for work. I wish I could draw on it but I don't even know how to draw a line.
13:41
openoms
Hi peeps! Thanks for the admin status, I may use it wisely.
13:42
A question to the chat straight:
13:43
What is the max number channels your RPi was dealing with? I have seen people had problems with the Casa node after 30ish. Mine max was 10 channels and routing actively, without any issues.
14:11
PinkPanther
I’ve had 22 i think active and the pi was working as usual
14:12
Now i have 18 i guess and no issues appart from that lack of ram sometimes that might be due to the power supply
14:12
All tests were below 1.24v
14:24
Kevin Yaraghi
I currently have 27 and haven't been having any issues
14:25
CryptoMulde ⚡️
15 channels open and steady. never had any issues. i use ssh tunnel to google cloud, never had any problems with timeouts
14:30
openoms
yeah, change it for sure and/or give extra power to the HDD with a different cable.
18:09
Bit Pac
How can I get the node a new onion address?
07:13
CryptoMulde ⚡️
you can get a new one by creating a new wallet, but not sure if it is the only way
07:13
openoms
did you try to switch off and on Tor from the services menu?
09:17
Bit Pac
I realize I would get a new address with a new wallet install. Yes I tried to switch on and off. Same onion address. I tried switching node name also. Same onion addresses still.
11:25
openoms
there is a Tor library on the HDD. Will need to move it to have a new address generated.
13:54
PinkPanther
Would be great if somehow we can implement as easily as possible the new features of bitcoin core with the raspiblitz
13:54
Essentially the hardware wallet integration.
13:55
That would defo add another layer of security to the set up
14:01
CryptoMulde ⚡️
you can connect your full node to android "green" wallet and also use greenwallet with your ledger+trezor
14:02
for layer 1 + hw wallet
14:02
even better would be electrum private server + hww + electrum
14:02
because electrum offers coin control, green does not (means you can define which outputs to spend)
14:04
for iOS i use "hodl wallet" and connected it to my raspiblitz
14:06
ZAP + ZEUS are the best LN wallets IMO
14:06
also wasabi works with ledger. only bech32 segwit native, but it works awesome. i use it on a daily basis
14:36
PinkPanther
Dont have an android
14:37
Yeh but im specifically speaking about my full node with hw
14:37
It is already possible to conmect it om the new version
14:37
Tho only using the cli
14:37
Thats why i was saying maybe it can be somehow integrated with the raspiblitz
14:39
CryptoMulde ⚡️
once bitcoind gets upgraded to new version in raspiblitz
15:46
Looks like Bitcoin Core 0.18.0 was released, wondering if it will make the cut for v1.2
15:49
CryptoMulde ⚡️
i think i read somewhere on github it will make it in v1.3
15:50
Kevin Yaraghi
Thanks
PhilbertW invited PhilbertW
16:07
PhilbertW
hi all! great to have a little raspiblitz chat going 😊
16:09
Kevin Yaraghi
Indeed, welcome!
16:13
PhilbertW
thanks! curious, has anyone been looking into a way to sort of create a little cluster of these nodes such that, for example, if you want to help bootstrap a friend you could just pull one out of your cluster and hand it to him/her? (preusmably they would reimburse you for the hardware of course)
16:14
obviously there are some security and privacy risks with that if one isn't careful, just an interesting thought
16:24
openoms
I am experimenting with BTRFS RAID1 disks, so you can remove a disk any time to bootstrap a new node and put an empty one to clone the data and retain the redundancy.
16:25
PhilbertW
nice, yes that's pretty similar to what i was thinking as well
16:27
though i don't have much experience setting up such a system ... which led me to think, perhaps there is a way we can use QEMU or something to virtualize raspiblitz which would allow quicker iteration/testing perhaps?
16:41
openoms
an x86 branch is prerelease as well, so you could test on a clean linux or normal virtual machine. Keep an eye on this thread:
https://github.com/openoms/raspiblitz/issues/46 ( my X86 AtomicPi has just arrived, testing is planned to commence next week)
16:42
PhilbertW
very neat!
16:43
openoms
i am trying to cover any sensible alternative platform :)
16:44
help and ideas are very welcome!
16:45
PhilbertW
yes, i think that's smart, I'll definitely checkout that issue and will try the virtualbox image
16:45
openoms
when there is new stable release I tend to advertise on twitter, but will post here as well
16:45
PhilbertW
sounds good, thanks
13:31
Isaac
Haven’t gotten started yet, wondering if people dual purpose their Pi LN with Raspiblitz. I use Pi-hole and it spikes to about 47% utilization at peak use. Can I launch Raspiblitz in its own tmux screen and run other things? Is the utilization minimal?
13:35
openoms
yes, you can multitask on the RPi given it has 4 CPUcores (only 1GB RAM tough) . It is not tested with the RPi but I am running the RaspiBlitz system, Electrs and Pi Hole on my Odroid HC1 simultaneously without problems. Let us know how it goes if you try it.
14:59
CryptoMulde ⚡️
@openoms i did not get electrs running yet. could it be a problem with my custom setup which is tunneling port 833X(custom port) 973X to an external vps? i tried to connect internally and also tried with my "home public ip" only thing i did not try is forwaring the 50001 to my vps and open it from there. could this be the issue or do you see any other "problem". idk how "electrs" works tbh. my solution currently is a small tweak because i am changing my ip manually in raspiblitz.conf in /mnt/hdd/
15:02
maybe also has to do with my adapted bitcoind ports?
15:11
Isaac
Are there manual installation instructions? Debian/Ubuntu?
15:32
CryptoMulde ⚡️
yes i never used it tough - i think only these "boards pc's" are supported
i once had the idea to run raspiblitz on an old laptop, but no success with that
15:32
plus i never used dietpi yet
15:33
but i think raspiblitz always wants the "external hdd", in my case this was not pososible
03:35
It will be the same as building your own SD card, but on the Ubuntu instead of Raspbian. The most important difference is tge processor architecture. The SBC-s supported so far are ARMv7 or ARMv8 and your miniPC is probably intel based (x86 in other words) so uses a different build/CPU instruction set. Can you share what the exact model is?
03:40
This is true to your old laptop as well. You can test again once the X86 setup is done. Your internal HDD will work. You just need any >300 GB disk and a USB stick/SD card to boot from. Can use DietPi or an Ubuntu minimal image with command line.
04:08
Isaac
I’m using a Pi3. I just like running the arm version of Ubuntu on it.
Livestradamus invited Livestradamus
12:50
openoms
The RPi is not compatible with Ubuntu. It has it's own Debian based linux flavor called Raspbian, because instead of BIOS/UEFI it runs a closed source ThreadX system to communicate with the hardware. The DietPi image for the RPi is the stripped down version of Raspbian with the DietPi menu addons. The most support is for Raspbian so I would recommend to keep using that for the RPi.
13:17
Isaac
Okay interesting, I’ll look at doing a reflash tomorrow when I have some down time. Thanks.
17:12
Choyna
Waiting for my final sync so I thought I'd start researching funding, connecting with peers and opening channels. I found this group from the Raspiblitz readme and thought I'd just say "hello". 👋
18:18
PinkPanther
Welcome
21:46
Choyna
Thanks! Looking forward to finally joining the lightning network...
23:39
Choyna
I’m going to throw a couple of questions out there for the group. Is anyone using Zap and/or LND Autopilot?
08:17
PinkPanther
Most of us use zap since its simple and clean, regarding to Autopilot i personally never recommend using it unless you know what u are doing. There will come time when autopilot its gonna get so efficient that no human will be able to beat how it performs, however, today it is much better if you manage and mantain the channels by yourself. I’d say lightning requires today bit of trust if you dont wanna be completely
#reckless
09:26
Choyna
Thank you very much for your advice! This is a new area to me and although I'm doing my own research, it helps to garner the opinions of those already actively runnig a fullnode/lightning node. Glad I joined this channel!
09:28
PinkPanther
This is what we created the chat for; in case u have any questions dont hesitate and just ask.
Bitergosum 😑 invited Bitergosum 😑
aaaaaaaaaaa invited aaaaaaaaaaa
Enrico Cadeddu invited Enrico Cadeddu
09:43
aaaaaaaaaaa
Hello, I am getting some trouble with raspiblitz. I have customized successfully aspbian with raspiblitz's script. First start was somehow ok, during the boot it asked me for the root psw to execute maintancance on the system, I ctrl +d'ed and managed to login into the system through SSH.
09:44
When it comes with the HDD check/setup it asks me to format it, however the HDD already has a fully synced copy of the blockchain. If I tell the script to do not erase the HDD by clicking Cancel it just shuts it down the system.
09:45
And when I start the Raspberry again it stucks with completely white LCD and no ssh, it looks like it won't boot again.
09:45
Any hint? Bad SD card maybe?
09:47
(during the first successfull boot I received some ext4-FS error or something like that)
09:57
Choyna
Thanks, I certainly will 👍
Miky Alucard invited Miky Alucard
12:07
Mikael Flodén
Hi all! Have anyone upgraded from v0.99 to v1.2? The documentation have a section for how to upgrade from v1.0, v1.1 and from versions under v0.98. But is missing documentation for v0.98 and v0.99.
Is the process for v0.99 the same as for v1.0 (you just write a new SD card without closing the channels)?
12:28
Choyna
Unfortunately I don't have an answer to your question, but I hope somone else here can. If you can't get an answer in this group, I would suggest sending a quick tweet to
@rootzoll. I've tried not to bug him with too many questions during my setup, but he's been awesome at providing simple and very helpful responses. Great guy! I hope this helps.
12:31
My new RaspiBlitz is soooo close to being ready... so another quick question. I'm not too sure how many Satoshis I should fund my wallet with. I'm just looking to open some channels and get my toes wet. Any suggestions?
12:35
Mikael Flodén
I went back to the 1.1 doc on git and found that I just have to write a new SD card. Worst case I will lose my channels, but I don't have that much in them anyways. Lets see how this goes 😆
12:35
Choyna
Good luck with it! 👍
12:36
aaaaaaaaaaa
Is it ext4 mandatory for the HDD? My ssd is formatted to btrfs and it already contains a fully synced blockchain.
12:36
CryptoMulde ⚡️
i never ran into issues when upgrading blitz - backup your lnd folder tough - in case the hdd gets formatted or some weird stuff happens
12:38
i am not sure, but every way i tried when not following the blitz script were giving me headache
12:38
copying the blockchain from an external devices takes about 2hrs. so its worth to just redo it
12:41
aaaaaaaaaaa
so you suggest to backup the ssd away, let the script format it and then import it back?
13:01
aaaaaaaaaaa
ok, thank you sir
13:06
Choyna
Could you please point me in the direction of a tutorial to get my node connected & running through Zap? Thanks!
13:06
CryptoMulde ⚡️
there is a point in your blitz main menu which says "mobile"
13:06
choose zap and it will print a QR code which connects you to zap
13:07
Choyna
Thank you! Actually I just saw that on Guthub but wasn't sure how it worked. You rock!
13:08
CryptoMulde ⚡️
np - enjoy the fun
13:35
aaaaaaaaaaa
no btrfs support, needs to be ext4 :(
14:18
PinkPanther
On my end i had to forward the ports 10009 and 8080 without them it didnt not work for me last time i upgraded.
14:19
CryptoMulde ⚡️
it should work with internal IP
14:19
i am preparing my node for the update - will do it tomorrow
14:19
have to backup bunch of stuff and custom configs
15:48
PinkPanther
Did u manage to run the powertest?
15:49
What were the results? Mine stayed below 1.25 and this can be the reason why i have a lack of ram sometimes. I ordered a new to try it out.
15:50
Hanz
i don't think i did. after searching for the error i found the issue and used a different power supply. after that it worked. but doesn't mean it's the same issue/solution. just wanted to add this.
15:51
PinkPanther
Thanks.
16:24
Choyna
So would you recommend I port forward all of these: 8333 (Bitcoin/mainnet), 9735 (LND Node), 10009 (LND RPC), 8080 (LND REST API)
16:27
CryptoMulde ⚡️
Lnd rpc only if you want outside access
16:28
Choyna
May be a silly question, but would 10009 & 8080 be required fro use with Zap IOS?
16:29
CryptoMulde ⚡️
It depends. If you use it in your internal network no need to forward
16:29
Question is not silly
16:29
I don’t forward these ports and use zap on iOS with my node
16:30
If you want to control your node outside of your network with zap you need to forward the specific port
16:31
Choyna
Thank you, I appreciate your help with all this!
16:32
CryptoMulde ⚡️
Do you have Problems connecting your zap to your node?
16:35
Choyna
I haven't tried yet, I'm researching while my RaspiBlitz finishes it's initial setup sync. Takes a long time as I've had a few host drop-outs. I'm on: Blockchain Progress : 99.92% , Lightning Progress : 12.26%. Thought I'd spend the wait time learning about what to do next!
16:35
Robert
I'm busy hooking up zap atm
16:37
Choyna
Good luck with it and let us know how it goes or anything you learned that may help the group! 😁
16:39
Robert
Well I jus found out that my router has maxed out the ammount of port forwards... I never added these 😅
16:39
But will let you guys know how it goes
16:39
PinkPanther
This is exactly what was missing after my latest upgrade
16:41
Its cool using zap while you are not at home so i highly recommend you to do this.
16:41
Its an easy and simple way to send/receive payments while you are not connected to your local network
16:42
CryptoMulde ⚡️
Yes true but not necessarily needed
16:42
PinkPanther
What? Zap? Or the opening the ports?
16:43
CryptoMulde ⚡️
Allowing outside access through port forwarding
16:43
PinkPanther
I think for any mobile wallet u use it requires to open some ports, the other answer is by opening port 22 and using the node directly from the cellphone
16:43
And that’s a hell of a risk
16:44
What other method u recommend?
16:44
CryptoMulde ⚡️
just use the node when at home
16:44
PinkPanther
Well, i love using it when im not home and i have no risks as long as not port 22
16:45
At least the risk decreases by a ton. Tbh i feel great using mobile walets connexted to the node
16:45
It feels like the future 😂
16:45
CryptoMulde ⚡️
Yes I agree that’s also the way it’s meant to be
16:45
Or even more cool run the node on your phone
16:46
PinkPanther
Yeh this would be awesome at some point.
16:47
Choyna
This is great conversation to follow, thanks guys!
16:48
I'm currently also looking into Dynamic DNS services. Do you guys use one?
16:50
CryptoMulde ⚡️
Already works partly with neutrino on zap
16:50
I used it on the weekend
16:51
CryptoMulde ⚡️
CryptoMulde ⚡️ 05.05.2019 07:55:13
16:51
CryptoMulde ⚡️
Nice read regarding neutrino
16:51
I used it to forward my ssh port some time
16:52
It depends on your isp. My ip barely never changes so dyndns is not really needed in my case
16:53
Choyna
I may be moving to seasonal work where I relocate twice a year. I may look into it further when the time comes.
17:05
PinkPanther
i use noip
17:05
its free up to 3 domains
17:06
Choyna
Haha, I'm on their website now...
17:06
Robert
Nee do scan the qr code for ZAP. Does not apear on the rasp screen. When I choose to do this in terminal ( in my case CMD windows) its super stretched
17:06
PinkPanther
@Choyna other thing u can always do is trying to set static ip address on your rbpi if you are familiar with it.
17:07
Choyna
Thanks, I'll look into that too!
17:11
PinkPanther
@NoSpaceCash did Stadicus remove the Static Ip address from the Raspibolt? i cant find it on the old guide.
17:15
Robert
I'm on. See my balans on zap
17:25
Robert
how many peers should I be adding? I just want to help the network itself and do my little part into adoption 😅
17:39
PinkPanther
You can add as many peers as you like... regarding channels it all depends on your goal
17:39
Ask yourself what’s going to be the main use you planning to give to lightning
17:40
Kevin Yaraghi
Let me see if I can find it for you
17:41
PinkPanther
Do you only need to pay for things? Then open channels to major stores.
Do you wanna get paid? Then ask for liquidity to hubs like lnbig or just ask for inbound liquidity here, we will provide it
Do you want to route payments? Then open channels with a lot of people and make yourself as connected as possible
Præluceo invited Præluceo
17:50
PinkPanther
it wasnt so simple to me but ok that will work i guess 🙂
17:53
Kevin Yaraghi
Every ISP is different, so my recommendation would be to google your ISP + static IP, there should be a guide that explains it in more detail
17:53
That's why I did at least
19:43
Kevin Yaraghi
Hey I recently installed v1.2 and everything seemed to go smoothly. However, only half of my channels are back online. Is this some incompatibility issue between my node and nodes running an older version of LND? It's been about 3 hours since I brought my node back online after the upgrade
20:07
PinkPanther
Most likely it is, some of my channels are inactive as well for a couple of days now and i believe is because im not sitting on the most recent version. I remember when the .5.2 was released same happened.
20:39
Choyna
Quick question... I've seen some people block out certain information when posting their RaspiBlitz screen online. Is there any need to beblocking out any information? What text on the display might be considrered private and not for public eyes? Thanks!
02:58
PinkPanther
Thats your take, i wouldn’t mind posting mine since my node is publicly advertised anyways.
02:59
But in case u wanna hide some info, public ip, node’s name and uri are some of the ways to look up for your node
05:01
Robert
Can I force the first setup assistant?
05:01
I want to replace my HDD and copy the full chain to the new hdd
05:02
CryptoMulde ⚡️
i dont get the question
05:02
i would recommend formatting the second hdd with raspiblitz setup, after that plug it to your desktop and copy from old hdd to new hdd
05:47
D
hi, I am trying to make my raspibilitz work with wifi, but it seems not booting up without ethernet is connected....
it stucks at "crng init done" in boot screen...
05:51
PinkPanther
I never tried the wifi with raspiblitz
05:51
But i did with raspibolt and it worked
05:52
After you flash the sd you should create a file ‘wpa_supplicant.conf’ on the sd
05:52
With some info in it
05:54
Maybe this works for you.
05:55
D
thx, let me have a look
05:55
PinkPanther
As i told you, it did worked for me. It is not recommend it but it definitely works.
06:45
D
thanks! it works!
10:05
Choyna
Okay guys, I'm up nd running! So how to I find you all to connect as a peer???
10:06
BTW, the 3 peers on the display... no idea where they came from, they were already there?...
10:41
Choyna
Thanks man, I really like the sleek and simple llk of the whole setup.
10:53
Choyna
How can I connect with you as a peer?
10:55
Hanz
We would need to exchange addresses. But mine isn't online atm. Just moved locations and need to set it up again.
10:57
Choyna
No worries, good luck with the setup and let me know when you're back online.
11:02
PinkPanther
U have the autopilot on??
11:02
I recommend you to turn it off and manage your channels manually
11:03
Share your uri we will connect with you and provide you with some liquidity
11:03
Choyna
I emember you recommending I don't use Autopilot, so i didn't activate it.
11:04
Awesome man! I'm just running around connecting a few peers at the memont. Here it is:
11:05
0279010374b81a1e3d52aa5e4341d21f5f1a8a28dc796853918917ef4c10f387fd@
67.190.60.40:9735
11:19
PinkPanther
You have to check on that cuz i dont remeber if it comes automatically switched on. Check the lnd.conf
11:20
Choyna
Let me take a look...
11:22
PinkPanther
As soon as i get home ill open you a channel, zap doesnt let me set the sats per byte i wanna use when opening a channel :(
11:23
Choyna
Looks like it's off.
11:26
Hmmm. That's strange. I just opened up a channel with someone for 20000 sats. I was told it worked and had to wait for 6 confirmations. Then attempted to open another channel and told I don't have any funds in my onchain wallet. Looks like they've been moved? Is this just beacause I have a channel confirmation in progress?
11:32
you need to wait until the first TX is confirmed
11:32
Choyna
Ah cool, thanks for that. So much to learn...
11:33
CryptoMulde ⚡️
just play with it and try around :) can't do much wrong
12:59
Kevin Yaraghi
That's a really nice case, where did you get it?
13:09
Choyna
Thanks man, I'm really pleased with it. Really compact and minimal. I bought it off Amazon. It comes with the LCD screen and an extra ventilated lid in case you decide to not use the screen. Let me find the link...
13:17
If you already have the LCD, they're also available without the screen and with the option of a cooling fan through Geekworm (and probably somewhere on Amazon but I can't find it). I think the case would also work for the LCD screen:
https://urlzs.com/kTf6
13:22
Kevin Yaraghi
Very nice, yes I actually have the second case you posted 😂
13:22
That was when I was running the Raspibolt and the fan is definitely a nice option, but I like having the LCD
13:23
Unfortunately I don't think it's compatibile with the LCD screen, I'll have to take another look when I get home
13:33
Choyna
Check it out for sure. The one I have came with a couple of heatsinks. It also came with a small pad and standoff to support the screen. This image shows the two options you have with the case.
13:43
Kevin Yaraghi
Hmm yeah now I'm curious, will definitely take a look when I get home and report back
13:45
PinkPanther
My pi came with a heatsink that i never used 🤦♂️
13:56
Choyna
Actually, I already had two quality heatsinks so I didn't need the extras with the case.
14:24
Robert
i restored the wallet with my 24 pass phrase but that also restore my onchain balans right?
14:24
Choyna
How long does it usually take to open a channel. Been a few hours and I can't see any progress.
14:25
CryptoMulde ⚡️
check your TX and see if it has 6 confirmations
14:33
Choyna
Okay, damn I can not figure out where to find my TX?
14:34
CryptoMulde ⚡️
go to terminal and type
lncli listchaintxns
15:17
PinkPanther
‘Lncli walletbalance’ will print the confirmed/unconfirmed balance
15:18
This a complicated topic. Last time i tried restonting my wallet from the 24 words i didnt get either onchain nor off chain balance
15:19
Only when i brought the walletdb that you can find in the lnd folder my onchain balance started to showing up
15:19
Then to recover the channels and offchain balance i had also to bring the channeldb otherwise i would be rekt right now
15:20
I changed several times the look up window but that really didnt help
17:59
Robert
So the channel.backup is stored on the SD disk as well on the HDD itself. Anyone knows the path on the HDD?
19:29
Robert
ah found it. restored using the 24 word phrase and channel.backup. But as I thought, 0 Sats as balans
19:47
PinkPanther
Do you have the lnd folder where your previously created that wallet?
19:48
Try recovering the walletdb as well, it wont modify anything related with the channels just on chain balance
20:38
Robert
[lncli] rpc error: code = Unknown desc = open /home/bitcoin/.lnd/data/chain/bitcoin/mainnet/wallet.db: permission denied
02:51
PinkPanther
Did u copy the directory with the bitcoin user?
02:52
Otherwise change the permissions
09:23
aaaaaaaaaaa
Hello, how is it possible that on a fresh Raspbian install I cannot SSH with the default credentials? SSH is abilited through creating a ssh file on the boot partition
09:23
I receve Permission denied, please try again.
09:25
CryptoMulde ⚡️
Right IP address?
09:26
aaaaaaaaaaa
oh, no it wasn't lol
09:44
Choyna
Hmmm... I don’t know if I should just wait for Raspiblitz 1.3? Out of interest, what would be the main advantages or upgrading now?
09:49
Choyna
Thanks for that, I’ll have a good read of the git when I’m home after work 👍🏻
14:22
almost there haha. loading since saturday!
15:50
PinkPanther
U synching directly from the pi?
15:55
Andy
haha ya. i'm a noob and just follow the instructions 😅
15:55
but well, I have all time in the world
16:21
PinkPanther
Keep in mind that after 95% it gets slower
16:21
Cuz blocks are heavier, more tx to synch
16:32
CryptoMulde ⚡️
Wait until next Saturday maybe it will be finished by that time 😂
16:32
It’s like Christmas
08:01
Choyna
Does anyone else have issues with checking your Detailed Wallet Balances (lnbalance) and Lightning Channel List (lnchannels) from the Main Menu? When attempting to select them from the Main Menu, I'm getting these error codes: .
/00mainMenu.sh: line 109: lnbalance: command not found and .
/00mainMenu.sh: line 119: lnchannels: command not found. Any ideas?
08:05
openoms
that is because the broken Stadicus link. Did you download the sd-image or built yourself?
08:08
PinkPanther
Is that happening on the latest version?
08:08
openoms
remove the old
91addBonus.sh:
rm 91addBonus.shrun the modified script to fix:
wget https://raw.githubusercontent.com/gabrieldov/raspiblitz/851326886a72c2c9c2e99aa0f9ed324914579ca2/home.admin/91addBonus.sh && sudo bash 91addBonus.sh
08:14
Yeah PinkPanther, it's version 1.2. I downloaded it a few days ago.
08:16
Should I runf that script below the errors in the menu locations? Or in the console / terminal?
08:18
openoms
run it from the /home/admin directory in the terminal. That is the deafult directory or get there with cd ~.
08:21
Choyna
Gonna go for it. Have to admit I'm a little nervous...
08:22
openoms
read what it does to dispell your fear
08:22
or wait for someone else to try
08:25
sorry deleted, the space between the two &-s . Touchscreen pains.
08:25
Choyna
Thanks, I'll try it.
08:27
I just ran the script. This was at the end:
OK - bash completion available after next login
type "bitcoin-cli getblockch", press [Tab] → bitcoin-cli getblockchaininfo
08:27
Do I need to log out and back in again? So sorry, totally new to this.
08:28
openoms
not for the lnchannels
08:28
run raspiblitz and you will be back to the menu
08:30
Choyna
I really appreciate your help, but unfortunately I'm still getting the same errors 😕
08:32
openoms
try to log back in
08:34
just type lnbalance to the console to test
09:00
openoms
lnbalance and lnchannels commands are fixed with the new links from Stadicus
09:11
Choyna
Thank you again, the issue has been resolved!
Marco A. invited Marco A.
14:01
CarloP
Hi guys. Have a great day.
14:05
Choyna
Welcome to the group
@DucaOne! 👋
Robydelo invited Robydelo
17:31
Choyna
Okay, what are some of your addresses or aliases. The terrible weather has me stuck inside and I feel the need to open channels this afternoon!
18:20
PinkPanther
u need some liquidity?
18:22
openoms
connections are always welcome. Any of you behind Tor?
18:25
PinkPanther
not mine, im publicly advertised
18:25
openoms
with a public IP same channels appear randomly by nodes using autopilot. It did not happen behind Tor yet, probably people using Tor not using autopilot.
18:26
PinkPanther
i dont think those using autopilot are running behind tor unless they want to make some testing tbh
18:28
openoms
I rather strengthen the private side of the network. I think Tor should be the default.
18:29
My VPN does not support port forwarding, Tor solves that also
18:31
Anyway to connect from a clearnet node the Tor node needs to add it as peer. There is no restriction the other way round.
18:32
it works as kind of a spam filter also. No random dead end connections to LNBig or alike.
18:38
PinkPanther
yeh this is me: 02d14f6c58b33c197ef0a51655a08df19bc91b2dcbe80dae2c22979af235cc5b3b@
88.25.43.112:9735
18:41
this might be a good thing if you want to route more payments. it also provides free liquidity
18:42
but i also agree with this one too. tor should be the default
18:45
openoms
Yes, there are tradeoffs for now, but autopilot is less then beta, there is so much room for improvement. The idea is it is only your public key needed to participate, not the IP. It is an unnecessary metadata which is better not shared, so there is less chance of abuse.
18:46
PinkPanther
i agree autopilot will get stupidly efficient at some point that no human will be able to beat
18:47
and yes, we are giving out to much info
18:50
openoms
there are many big nodes with 10+ BTC capacity. Imagine the price at 100x. It is a huge honeypot.
18:52
It is also fun to look at LN as a financial-social network. I rather choose who I connect to. Also knowing my peers helped saving funds before we had Static Channel Backups.
18:53
Choyna
CubanLebowski?
05:08
Robert
Good morning!
05:09
How can it be that I have a negative maturity closing channel value ?
05:51
PinkPanther
Maturity closing channel value?
06:12
Closed a Chanel and the maturity went into a negetive number. I’m afraid this channel will be on pending for ever?
09:01
Choyna
Quick question. I had to power off my Raspiblitz yesterday for around 20 minutes. My channels are slowly getting back online. But after half a day only 7 of 15 are back. Anyone know if I need to do anything to help the process?
09:03
PinkPanther
Maybe there are some incompatibilities with lightning versions
09:03
Its ok, some of my channels are also down
09:04
openoms
can try to connect to your channel peers manually. Or ask them to connect if they are behind Tor.
09:05
Choyna
Thanks guys. How would I connect manually?
09:06
openoms
connect to a peer either from the RaspiBlitz menu or RTL. Needs the nodeid and IP address.
09:06
PinkPanther
Why would he have to connect again?
09:06
openoms
can look those up on 1ML
09:06
PinkPanther
If he connected with them once, thats enough.
09:08
openoms
See that you have a peer connection to everynode you have a channel with +some others. Without the peer connection the channel is offline.
09:09
If the IP of the peer changed or is behind Tor it won't come back online from his side.
09:09
PinkPanther
Hmm, as far as im concerned if you already have a channel they should all be back online eventually unless the other party is having issues or some incompatibilities detected
09:10
I dont know about tor :(
09:10
But regarding publicly advertised channels i have had friend that the ip changed and out channel got automatically updated
09:10
openoms
indeed with time once the other party connects. The question was about how to speed up the process.
09:10
PinkPanther
Ah ok :)
09:12
openoms
The thing with Tor is that it is asymetric. One can see outside from the dark, but you cannot see inside from the clear.
09:13
PinkPanther
Exactly... tor intrigues me a lot
09:13
openoms
switch it on then :). No need to close channels. Only your IP will change to. onion.
09:13
PinkPanther
I couldnt agree more with what you said that it should be the default
09:14
What hits me the most is that no mobile support yet right?
09:14
I use that node a lot thru my cellphone
09:14
Is super convinient
09:14
openoms
you can still connect through your home IP, that does not change
09:15
PinkPanther
True, but that means that i havw to open port 22 to connect from everywhere
09:15
And that expose me to a lot of risks
09:16
openoms
you have no ports forwarded currently to your RaspiBlitz?
09:16
PinkPanther
Yes i do
09:16
Bur i have the ufw open to only lan
09:17
openoms
you don't need ssh to connect a mobile wallet
09:17
it works the same if the node is behind tor
09:17
PinkPanther
Break it down for me please?
09:17
openoms
just not advertising your IP to the public
09:18
PinkPanther
So i just open the ports same way i have done it all this time and that’s it?
09:19
openoms
yes,no change in that at all.
09:19
You might just need to reconnect the same way again because the SSL certificates might change
09:20
CryptoMulde ⚡️
ssh port 22 is not needed for mobile wallet connection
09:21
Choyna
Just ssh'd in. I may have a few less peers, but I honestly can't remember how many I had before shutdown. I might just try to reconnect as a peer with the ones that have closed channels.
09:23
PinkPanther
Understood, i might even switxh to tor today
09:23
I might give it a try
09:23
openoms
check your channel list. Lookup the offline peers on
1ml.com and add them as a peer.
09:23
Choyna
Thanks man. Going to do that now.
09:23
PinkPanther
1ml bit outdated
09:24
openoms
It can be switched off if you don't like it or something does not work the way you liked.
09:24
PinkPanther
Check ‘lncli listchannels’ for inactive channels
09:24
openoms
or lnchannels for the eyecandy
09:25
CryptoMulde ⚡️
so do we still forward port 8333 and 9375 with tor? how does it work from a technical perspective?
blitz ip —> forward to home ip 8333 and 9735 —> to tor network
09:27
openoms
you don't need to forward bitcoind(8333) nor lnd(9735) because it will channelled through Tor (like a VPN). You can switch off those forwardings. Your Tor address will remain green.
09:28
CryptoMulde ⚡️
cool
09:28
i will check that out once i have some spare time
09:28
updated to v1.2 yesterday and took me some hours to get it back where i wanted it to be :D
09:29
openoms
add their node as a peer 😂
09:37
Choyna
Looks like I'm still peers with all 8 inactive channels. Maybe I'll just be patient as see what happens. Thanks again!
09:46
openoms
Interesting. I had trouble connecting to c-lightning nodes with the new LND.
09:51
Choyna
I'll keep you updated!
12:14
openoms
This has to do with the current on-chain fees.
https://jochen-hoenicke.de/queue/#0,24h When those spike a bigger part of the balance will be spent on the closing transaction fee. In this case the fees are likely much higher then when you opened the channel and also the channel is likely to be small. You can have look at the channel point (opening) transaction and the closing transaction in a block explorer (
blockstream.info) to find about the details. Of you do please share the numbers with us.
12:25
CryptoMulde ⚡️
i will be there
12:29
openoms
Great, me too! :) Exciting I haven't even meet rootzoll or in fact any other raspiblitzer yet.
12:29
CryptoMulde ⚡️
same here
12:29
i will bring two friends
12:29
but none of them blitzerS :D
12:30
openoms
cool, we could make some merch :)
12:33
I already have one with my profile pic (paynym), costed less then 10 eur for a printed hat
13:09
Kevin Yaraghi
I went to the one in NYC back in October, was well worth it. Ticket was only $5 vs $50 if you paid in lightning :)
13:10
They gave out free
#Reckless lightning hats and t-shirts at the one I went to. Also met some interesting people (including Rootzoll, Peter Todd, Alex Bosworth, etc...)
13:10
CryptoMulde ⚡️
yes cool idea - how shall we go on from here? :D
13:24
Choyna
Channel open!
13:26
PinkPanther
Cool ill fund you back
13:31
Choyna
Awesome man, thanks!
15:00
Kevin Yaraghi
Which lightning explorer are you using?
15:37
Choyna
Beat me to it!
17:39
Kevin Yaraghi
Thank you, last time I was on the site it was testnet only. Great to see they've incorporated mainnet
17:50
Evgeniy
Hi, guys!
tell me in a non-trivial question how to reduce the zoom QR code in the Putty for Zeus?
Ctrl- not work👀
17:56
Björn
Do you have a LCD on your Raspiblitz?
17:56
openoms
from menu bar on top? CTRL + mouse scroll?
18:03
Evgeniy
LCD is available, but the stylus does not work
18:04
it just doesn't work (
18:05
I am deploying a virtual machine with Linux for a full ssh
18:27
Björn
Which version of raspiblitz do you run? Version 1.2 shows the QR code on the display to connect your node with Zeus.
18:27
PinkPanther
i have tried both windows ( CTRL plus +/- ) Mac ( CMND plus -/+ )
18:32
Evgeniy
I am using version 1.2
18:33
What terminal application do you use?
18:33
PinkPanther
For windows putty, Mac terminal
18:34
Evgeniy
for Windows I use Putty latest version 0.71
18:36
PinkPanther
in case it doesnt work you can use extra putty
18:37
i think is a fork of putty with lot of features
18:37
Evgeniy
In the info menu, click show the QR code. QR code shows only in the terminal putti, but not lcd rasiblittz
18:43
Yes, I downloaded fork ExtraPutty..only one application can do zoom through scrolling mouse.
But it does not help, it does not reduce the size..
18:44
So size is still insufficient
18:45
it would be convenient to send a QR code to LCD Raspiblitz right away
18:53
PinkPanther
i thought that was possible
18:54
but i dont use the lcd screen 🙁
02:11
openoms
if you run the same lndconnect command in the terminal with the option --image it generates a .png picture file which you can download with scp and open on your windows.
02:20
Björn
I have used the menu entry 'mobile wallets->zeus (Android)' and after that on the display is the qr code available.
04:34
CryptoMulde ⚡️
Maybe try „kitty“
09:12
Choyna
Sorry
@Satochi, I only just saw this.
09:16
Choyna
Thanks man 👍
10:08
aaaaaaaaaaa
Hi again, I set up raspiblitz and it's running. I activated the TOR service. Now I would like to use on a local client Wasabi Wallet and make it connect to raspblitz. Have I got to disable TOR on wasabii, let both of them run it or what?
13:40
openoms
luckily you cannot disable Tor on Wasabi :). Tor does not do anything on your local network, so you only need to point the Wasabi config file to your local RaspiBlitzIP. That is it. Wasabi will pull blocks from your RaspiBlitz and still broadcast transactions through Tor.
13:42
CryptoMulde ⚡️
do i have any advantage besides saving traffic?
13:46
openoms
good question, not really I think. Wasabi uses Neutrino-like client side filtering which means it pulls each necessary block (to look up your balances) from a different peer through Tor. Privacy is kept without a full node. Still if you run a full node on the same machine (localhost) it will pull from that automatically and you can point it to anywhere to try to download from a trusted node (like your RaspiBlitz).
13:47
CryptoMulde ⚡️
i dont care for traffic, if this would be my only advantage
13:49
openoms
The advantage is in security, that you know that you have validated the blockchain on your full node with software which was also validated o. a hardware you have put together yourself. This preserves your decision right in a situation with reorgs, UASF, forks etc.
13:49
CryptoMulde ⚡️
ok. i see the point now
13:49
i am relying on my code and hardware
13:49
openoms
So yes you should run a full node and use it as much as possible.
13:50
CryptoMulde ⚡️
i even run two full nodes, but i was not able to connect my wasaabi to my node
13:50
because i could not verify if it works :D
13:52
openoms
indeed there is no easy way to tell if Wasabi is downloading from your node for now. This is a UX limitation and likely will be improved, but not high priority.
13:52
CryptoMulde ⚡️
i edited the config and replaced
127.0.0.1 with my local raspiblitz IP, maybe it even worked but i did not know
13:52
i tried to check the logs as some guys mentioned in wasabi group, but no way i found anything useful
13:55
openoms
That is how far I got as well. 👍
14:10
aaaaaaaaaaa
I have read that you can try to remove some blocks on wasabi side, let the client download it again and check the logs
14:10
CryptoMulde ⚡️
yes i tried
14:12
aaaaaaaaaaa
I have no idea then, I am sorry.
14:15
Robert
hmm, I'm getting underpowered errors. While I'm using a 3.1a 5v adapter
15:28
openoms
The true output might be lower. Check for a broken cable and corroded connections. Best to test with an other power supply.
15:37
Robert
Well it’s a new one
15:37
I’ve switched now to a hdd drive with its own power supply, see if that makes a diff.
15:59
Ewo
guys, wanna connect peers?
16:00
0253acbcc83c73c9bc4628bccd4830c29344c0f8142cb5f58b66002d5c570d675d@yzpyia4f4nrpappg.onion:9735
17:31
Kevin Yaraghi
Nice thanks. Anything notable from the 0.6.1 release?
17:34
most importantly the previous v0. 6.1-beta-RC2 is not available any more
17:37
Kevin Yaraghi
Gotcha, thanks!
17:48
aaaaaaaaaaa
Hey I am trying to connect to EPS from a pc on the same network
17:48
electrum on the client side it stays stucked on Syncronizing
17:49
server's side I get Electrum connected from ('192.x, 47940)
17:49
but suddenly then Electrum wallet disconnected
17:50
should I whitelist client's local IP on the raspberry bitcoind's conf file?
17:56
^ yeah that made the trick
22:19
Choyna
I would for sure, but I'm not running behind TOR 😔
22:36
Choyna
Just wondering... How many satoshis are you using to fund new channels? Is it worth opening channels with only 20,000 satoshis?
05:42
openoms
I would not open channels below ~500k satoshis. Currently it limits the maximum payment you can make/ route through that channel and your funds can be stuck if fees go up. See:
https://t.me/raspiblitz/475
07:55
aaaaaaaaaaa
Any idea why bitcoind is stuck on 99.97% sync?
08:30
PinkPanther
How u synching?
08:36
aaaaaaaaaaa
Sorry what do you mean? I have synced the hdd on another pc but now it has been connected to the raspberry for one day
08:46
Lighting syncing process dropped to 99.98% as well.
09:48
PinkPanther
Ok i thiught u were synching via internet. Try restarting lightning and bitcoind
09:48
That usually makes the magic
10:18
aaaaaaaaaaa
Ok, thank you but it didn't work. I just synced it back on another client
14:26
aaaaaaaaaaa
It happened again, it looks like it "loses ground" and can't keep itself up to date.
14:27
I have added EPS as well
14:29
what is the best way to disable LND on startup without messing it up? I am not using it so maybe I can stop it to free the system
14:52
PinkPanther
Maybe power failure? Have u run the powertest?
14:57
aaaaaaaaaaa
Yes I did it several times, it says it's all good.
15:13
CryptoMulde ⚡️
Sudo systemctl disable lnd
15:13
aaaaaaaaaaa
Ok, thank you.
Costantino invited Costantino
10:10
Kevin Yaraghi
Anyone still need more inbound capacity?
10:10
Choyna
I sure could!
10:11
Kevin Yaraghi
Sure send me your node info
10:11
Choyna
You bet, thanks man.
10:11
Choyna
0279010374b81a1e3d52aa5e4341d21f5f1a8a28dc796853918917ef4c10f387fd@67.190.60.40:9735
10:19
Kevin Yaraghi
I'll send funding txid in a sec, for some reason having an issue opening the channel
10:19
Are you sure your node is on and running the latest version of lnd?
10:20
Choyna
Hmmm. Yeah, definitely. Can you sugest how I can check? Either through the RaspiBlitz console or online?
10:21
Kevin Yaraghi
Nevermind it went through
10:22
Choyna
Awesome, thanks man! PMing
11:01
Hanz
my node (v1.1) moved cities. after being shut-off for serveral days it synced the blockchain and seemed to be ok. but then couldn't start bitcoind.
i updated to v1.2 now but still getting:
Blockchain Info
The bitcoind service is not running.
any ideas? i searched the issues but couldn't find something matching/helpful.
11:07
Kevin Yaraghi
What do you mean by moved locations?
11:07
Hanz
i moved it physically from one city o to another :D
11:14
Kevin Yaraghi
Lol oh, that's a good question. You'll need to reconfigure the IP address and everything, might be easier to just start back up from scratch unless someone has a better method
11:41
Hanz
uhm... i didn't have any channels open or anything. a bit money on the wallet. it basically wasn't in use. how is moving it an issue with an IP and might be related to bitcoind? didn't expect that.
11:44
CryptoMulde ⚡️
Where does it need reconfiguration
11:44
LN refreshes after ip changes
11:44
It should not make any difference
11:44
Try sudo systemctl status bitcoind
11:44
Hanz
right, i do not think this is my issue. not sure why bitcoind isn't starting though.
11:49
● bitcoind.service - Bitcoin daemon
Loaded: loaded (/etc/systemd/system/bitcoind.service; enabled; vendor preset: enabled)
Active: active (running) since Sun 2019-05-12 15:48:27 BST; 35s ago
Process: 24601 ExecStart=/usr/local/bin/bitcoind -daemon -conf=/home/bitcoin/.bitcoin/bitcoin.conf -pid=/home/bitco
Process: 24597 ExecStartPre=/home/admin/config.scripts/blitz.systemd.sh log blockchain STARTED (code=exited, status
Main PID: 24606 (bitcoind)
CGroup: /system.slice/bitcoind.service
└─24606 /usr/local/bin/bitcoind -daemon -conf=/home/bitcoin/.bitcoin/bitcoin.conf -pid=/home/bitcoin/.bitc
May 12 15:48:26 castorblitz systemd[1]: Starting Bitcoin daemon...
May 12 15:48:27 castorblitz systemd[1]: Started Bitcoin daemon.
11:50
so i think this looks good
11:52
how to check if it's doing something now?
CryoCryptor invited CryoCryptor
12:30
openoms
just type raspiblitz in the terminal and it will start the menu
13:41
PinkPanther
At least for me, everytime mi ip changes i have to modify the bitcoin.conf
13:41
Changing tje externalip to the new one
13:41
Thats all. Appart from that maybe forward the port to the right ip and you shluld be all set
17:01
aaaaaaaaaaa
sorry for gravedigging but you should see into Logs.txt : "Block acquired from local P2P connection"
17:02
CryptoMulde ⚡️
yep i tried to look for that, but did not find it
17:02
will try again tomorrow
17:04
aaaaaaaaaaa
is your full node in listen mode? I could make wasabi connect only with listen mode active
17:13
CryptoMulde ⚡️
Where did you configure that
17:13
I never heard of that
17:14
aaaaaaaaaaa
on your raspberry the bitcoind config file is located in /home/bitcoin/.bitcoin/bitcoin.conf
17:15
assuming your user is bitcoin
17:15
CryptoMulde ⚡️
Restposten=1 ? I think I know that one just from my head now
17:16
aaaaaaaaaaa
Never heard of that
17:16
CryptoMulde ⚡️
LOL ok
17:16
aaaaaaaaaaa
there's only rest
17:17
CryptoMulde ⚡️
So how should it be in bitcoin.conf
11:32
Choyna
I’ll definitely check it out after work.
19:46
Evgeniy
How does ZeroTier struggle with DPI control, does it support dynamic signature change?
00:56
openoms
DPI control?
09:05
PinkPanther
Hey, Welcome Robert.
access denied invited access denied
15:29
access denied
Hey ;)
15:29
just 150.000 mb left ;)
17:37
openoms
Can you please expand a bit more on DPI control and dynamic signatures change. Can't say I am familiar with these terms.
11:38
Andy
Hi everybody. Does anyone has some experience with opening ports for raspiblitz on a router from SALT (provider in switzerland). I actually don´t really know what to enter into the field trigger port / publich port
11:53
Evgeniy
My ISP interferes with traffic at the filtering internet packets level and blocks packets by signatures connect apps. I'm looking for a way to use a similar apps
GoodbyeDPI, but for faking signature templates other apps
11:57
This is portmapping, you can specify.
TriggerPort 8333 and 9735 on the same public 8333 and 9735
11:57
Andy
hm thans. already tried this but ip address is still red
12:02
and you need to check the firewall
14:27
Robert
And check the little “enabled” checkbox 🤪
14:42
Andy
doesnt help. tried all
14:43
over TOR in works. fine for me
17:51
ok,so speaking about Deep Packet Inspection. Generally I think using SSL/HTTPS and/or Tor would make that useless. Also could play around with different ports if your ISP is limiting Bitcoin (8333) or LND (9735) specifically.
Here is a helper script to help setting up the HTTPS connection for RTL:
https://github.com/openoms/bitcoin-tutorials/blob/master/nginx/README.md
18:02
Evgeniy
Yes, my first decision was to use a SSTP with a certificate on my VPS, but my Raspiblittz kept on high ping ~160ms and uptime 2 days.
I tracked my Raspiblitz via
bitnodes.earn
18:02
My problem is that the connection of my Raspiblittz, which was thrown through a my server SSTP, after some time, dropped the connection to port 8333 👀
18:04
Through the TOR, the connection keeps up for quite a while
18:05
openoms
How about a second router configured with openVPN to encrypt everything and using Tor connected to that ( as there is no port forwarding through most of the VPN providers)
18:06
Evgeniy
the total number of peers on a bitcoin node when connected via a torus reaches ~39-40 max peer, ping ~70ms
18:07
Evgeniy
LND peer ~3 connection
18:08
openoms
that sounds right. You don't need a low latency bitcoin node unless mining heavily
18:08
Evgeniy
I also suggested that the fault in the operator of the VPS
18:09
need to try the option with openvpn, over TCP will be enough?
18:10
or better through udp?
18:10
openoms
sure, TCP is the default . UDP is more for video streaming.
18:25
Evgeniy
Also interest in the possibility of establishing a connection OpenVPN within the box Raspiblittz..
Need to install packages for this?
18:31
openoms
Sounds good if your VPS router is outside of your home (I presume)
18:31
otherwise you would just encrypt and then decrypt your traffic and achieve nil
18:31
Evgeniy
The onboard openVPN client in the box "" will be optimal for SBC Raspberry Pi 3+ ?
18:34
yes i have a light vps for 2 euro / mo i can install an openVPN server there
18:35
openoms
good plan! Never tried OpenVPN on the Pi, but should be straightforward. DietPi has it built in.
18:35
Evgeniy
this is a great idea! jointly you
18:37
Yes, I heard about the DietPi as an interesting project
18:37
I'm ready to experiment)
19:43
aaaaaaaaaaa
Hello there, is it considered to be safe to run Samba as well on the raspiblitz? Ufw allowing only local client IPs
19:43
or would it be an unnecessary risk?
02:51
openoms
If you use lnd autounlock the password is stored incleartext on the HDD (this is explained when you activate it) otherwise it depends on yiur LAN security. Are ports open? Do you access it the network from the outside? Is anyone else using it?
02:52
The RPi-s network speed is be also quite limited with 100Mb/s LAN and USB2.
02:58
People in this group, how did you get here? It is only the github issue where this Telegram group is advertised so far?
03:04
PinkPanther
Myself and
@CryptoMulde created the group with the consensus of rootzoll but we didnt want to advertise it much on github since we thought rootzoll wanted more people asking questions there
03:04
But if you guys think this is helpful group maybe we can all tweet so more people who needs help with raspiblitz can join
03:05
I see lot of people asking questions about the blitz on the lightning group and i never forward those concern to this group cuz maybe thats unethical
03:06
Also, maybe we can open an issue on the raspiblitz repo as well so we can have a post only for this matter. Maybe even rootzoll and fluidvoice are eager to join once we have a decent amount of users.
03:07
Robert
Reddit / rootzoll
03:08
PinkPanther
Is there a rootzoll subreddit? Lol
03:09
Robert
Maybe ;) posted something about my RaspiBlitz Node in the Lightning Network Channel and he replyed
03:10
PinkPanther
Yeh the lightning subreddit is full of users running the blitz config.
03:11
Robert
Because reasons
03:12
openoms
I think it works well and as intended for people who just want to have a quick question. It is good to keep as RaspiBlitz specific as possible especially if more people join. It might be good to advertise it more. Asking
@rootzoll in the github issue and then making a PR to the README to be included for the v1.3 is a way to go imo.
03:13
PinkPanther
Yes this would be awesome. This group’s been real helpful so far. I myself have learnt some very cool things i didnt know about
03:16
Robert
true, it’s very technical for a noob but great to learn about the ln-tech and the raspiblitz projekt
03:17
PinkPanther
I read every morning new issues opened on the repo and most of them were either asked before or can be answered with simple reply
03:17
And that’s exactly the aim of this group.
03:18
Im gonna tweet today about the group. I do not have many followers on twitter since i use it mostly to troll bcashers and shitcoiners but some will join for sure.
05:01
CryptoMulde ⚡️
i will also do sir
05:38
PinkPanther
Great, we rtd as well.
Fabian G invited Fabian G
Collin | Shrimp invited Collin | Shrimp
06:40
Khalid
Oh yeah! We finally have a tg
Senior Kneissl invited Senior Kneissl
06:46
CryptoMulde ⚡️
welcome to all newly joined blitzers!
bavarianledger invited bavarianledger
☷ Naire 🎭 invited ☷ Naire 🎭
Florin Salam invited Florin Salam
goodc0re invited goodc0re
07:07
PinkPanther
Welcome all brothers from another mother.
09:10
Choyna
Wow, we have a bunch of new Blitzers, welcome all!
09:33
Pepinto
Hi Blitzers!!!
09:34
Here a Blitzer from version 0.9. So far no issues. My pi is running at 57 degrees. How’s yours??
09:36
Senior Kneissl
You should consider to get the new headsink case. It’s significant lower than.
09:37
access denied
Thanks :)
09:38
Just a couple of weeks untill my node goes online.
09:43
Choyna
Great recommendation. I was running hot too but removed the screen until I can move my Pi to an Armor Case. That brought my temp down about 9 degrees F and no more temp warnings during the hardware test.
RaspiFefo invited RaspiFefo
John Doe invited John Doe
09:44
Choyna
Mine’s at around 50. Have you run a hardware test?
09:44
access denied
Someone run the Blitz with an OLED 127×?? display.
09:45
Choyna
Why a couple of weeks?
09:45
PinkPanther
Whao .9 dinosaur ! 😋
09:45
Pepinto
Currently running version 1.1. Will update do 1.2 this week
09:46
I’ve managed to configure the Joule extension on Brave
09:46
PinkPanther
Have any of you running 1.2 tried the backup? Does it work?
09:46
RaspiFefo
Its easy?
I have raspbery pi with raspbian desktop
09:46
Pepinto
Yes its easy
09:46
PinkPanther
Read a thread today and rootzoll suggesting recovering on chain funds using lnd desktop wallet
09:46
access denied
Bad Internet here and the last 10% need so much time.
09:47
PinkPanther
Why dont u synch the bc on a more powerful machine?
09:47
RaspiFefo
I replace de OS?
09:48
access denied
Idk, lazy 💁
09:48
Choyna
Just about to ask that.
09:48
PinkPanther
😂 damn thats gonna take a while
09:48
Wjen it reaches 90% it gets way slower
09:49
access denied
Torrent and Update are gone. Just the last sync.
09:49
I think it will not take weeks. But a day or 3 are realistic.
09:51
Pepinto
Mine lasted for more than one month
09:51
I wanted to stress test my Pi 😁
09:52
access denied
Only one thing. I don't have the 3,5 display.
09:52
040_Beitragsbild-OLED-Display.jpg (1200×833)
09:52
Just that little brother here.
09:53
Pepinto
@fefolamas yes, it replaces the OS. It rewrites the SD card. I have 2 SD cards for my raspiblitz
09:53
access denied
Question: untill the sync is not ready, i can't setup the driver,, or?
09:56
RaspiFefo
Ah ok perfect.
Thanks
09:58
☷ Naire 🎭
i use it without any screen at all
10:00
access denied
All ce's here?
10:01
access denied
Just a matter of time.
10:01
☷ Naire 🎭
absolutely
10:02
access denied
W/o display is ok. But i got 3 of this little oled's
10:11
CryptoMulde ⚡️
Ssh is fine
10:26
access denied
Yea, i know..but you also know, that i'm a Linux guy and need some geek stuff
bitcoin is future invited bitcoin is future
10:51
☷ Naire 🎭
Did you try Clear Linux OS already?
LuckyNuke invited LuckyNuke
11:06
access denied
yeessa ;)
11:07
from 9pm untill now :(
11:08
PinkPanther
Yeh, they are the worst :/
11:09
☷ Naire 🎭
ok, i guess i'll try it soon
11:09
Brad
/home/admin/XXdebugLogs.sh | nc termbin.com 9999
11:11
Collin | Shrimp
how did u set it up? i prefer a gui 😅
11:14
access denied
on my desk here i just got win10. thats my gaming mashine ;) rtx 2070 ti and stuff like this.
11:14
on my laptop a have nativ kali.
11:19
Brad
RaspiBlitz running on Notebook using VirtualBox VM (virtual machine).
Sadly, same LND "edge not found" error as running on Pi. Probably corrupted DB files.
Time to recreate my wallet.
11:23
access denied
with snapshots. very good ;)
11:25
Emzy E
Hello everyone
11:56
CryptoMulde ⚡️
Did sync continue?
11:59
CryptoMulde ⚡️
It’s all fine
11:59
Just takes time to sync
11:59
Wait until finished
12:00
Last 2% take long time to finish
12:00
Blocks are full btc is broken 😝
12:02
Emzy E
Blocks are full, BTC is alive. Blocks not full, BTC failed in the long run.
12:02
access denied
sorry ;) 4:20 here
12:03
btc is dead, sell now :P
12:04
access denied
ahh youtuber ;) but pls no clickbait titel :Ö
12:04
Brad
tutorials are good/welcome!
12:06
access denied
i just see that my power supply is to low.
12:12
Kevin Yaraghi
I saw this image retweeted by Rootzoll, can someone explain what's going on here?
12:13
CryptoMulde ⚡️
I think he asked the guy
12:13
Kevin Yaraghi
Oh nevermind, yeah I see it in the comments. Disregard, very cool setup though
12:17
Brad
The guy who made the original tweet explained if you read the tweet thread. He's running 3 Pi's. One is Raspiblitz and the other two are for running other stuff.
12:18
access denied
like me ;)
12:18
ohh, my 3d printed "serverrack" is broken :P
12:20
Brad
hot melt glue bro is the temp fix.
15:39
RC
Great to see this telegram up!
18:38
aaaaaaaaaaa
Hey I have disabled the LND daemon at the startup. However the script 00infoLCD is not set to run 00infoBlitz if lnd is not running
18:38
What do you guys suggest to make it run infoblitz on the LCD display?
18:48
nvm I commented out the LND part on infoLCD
18:58
Kevin Yaraghi
How many channels are you guys currently running on your Pi? Also, what type of problems tend to crop up when running too many channels?
19:00
PinkPanther
i have 22 active channels atm and its running smooth
19:00
Brad
enable LND again :)
19:02
Kevin Yaraghi
What's the highest number of channel you've gone up to? Did you notice any problems past a certain number?
19:10
PinkPanther
Only 25 but weirdly the more channels i have the better the pi performs me 😂
19:11
Kevin Yaraghi
That is odd
19:12
I'd be curious to know what the optimal number of channels is though, and what starts to happen when you go past that number
20:05
Brad
There's no exact max number because the amount of RAM used (mostly by lnd) depends on various things. lnd can use more or less RAM based on network connectivity for example. You can test it out yourself by just increasing num channels and keep an eye on available RAM.
20:13
k3m
Hey blitzers, I set up a raspiblitz with tor - can't connect peer from clearnet node, look up or open channel - is it only possible to connect/open channel from / to other onion nodes?
20:54
aaaaaaaaaaa
If I have tor enabled through the main menu, I am free to do not touch anything more into lnd's settings?
20:55
on the the info page i get under LND <string>.onion:9735
Notur Business invited Notur Business
05:20
Collin | Shrimp
can i run it without the LCD screen? not sure why it keeps hang at the boot up. i will try reformat the SD card. i just want to make sure that it is not because there is no LCD screen
05:23
CryptoMulde ⚡️
Yes you can I never had lcd
05:26
Collin | Shrimp
👍 because the boot up always stuck. so just wondering. haha
05:27
CryptoMulde ⚡️
Did you try to ssh in your machine?
05:28
Collin | Shrimp
does connecting a HDMI monitor acts as an LCD screen?
05:28
CryptoMulde ⚡️
I don’t think so
05:29
You have to find out the ip in your router and ssh into that ip
05:29
Think hdmi is disabled by default
05:29
Maybe it works and you only think it’s stuck 🤔
05:33
Collin | Shrimp
might be possible. Will try it out later. Thanks a lot man
07:52
Collin | Shrimp
Tot it is stuck. But you actually need to SSH in 😅
07:56
aaaaaaaaaaa
Sometimes the fault is due to a bad SD card. I suffered the isse as well, bought a new-gen SDcard and it booted flawlessy
08:03
Collin | Shrimp
how do I replace sudo on a windows?
08:23
PinkPanther
U using putty?
08:25
Collin | Shrimp
Yes
09:33
getting this afetr the upgrade from 1.1 to 1.2.
any idea?
09:33
hardware check says everything is ok
09:33
CryptoMulde ⚡️
try
sudo systemctl status bitcoind
09:35
CryptoMulde ⚡️
you could try using winscp
09:35
check the log for bitcoind, maybe you can find sth there
09:38
Hanz
form the log it looks like it tries to start it:
2019-05-17T12:37:13Z HTTP: starting 4 worker threads
2019-05-17T12:37:13Z Cache configuration:
2019-05-17T12:37:13Z * Using 2.0MiB for block index database
2019-05-17T12:37:13Z * Using 12.2MiB for transaction index database
2019-05-17T12:37:13Z * Using 8.0MiB for chain state database
2019-05-17T12:37:13Z * Using 77.8MiB for in-memory UTXO set (plus up to 47.7MiB of unused mempool space)
2019-05-17T12:37:13Z init message: Loading block index...
2019-05-17T12:37:13Z Opening LevelDB in /mnt/hdd/bitcoin/blocks/index
2019-05-17T12:37:13Z Opened LevelDB successfully
2019-05-17T12:37:13Z Using obfuscation key for /mnt/hdd/bitcoin/blocks/index: 0000000000000000
09:38
CryptoMulde ⚡️
maybe you just need to wait a bit longer?
09:38
Hanz
maybe... i'll wait... i was confused that the main menu tells me it's not running... ok.. i'll wait. thx!
09:52
PinkPanther
Otherwise a restart usually works.
09:53
Hanz
from the log it kinda looks ok... main screen still says it's not running
09:53
i need sudo to tail/less the log. not sure if that's how it's supposed to be
GreenGecko invited GreenGecko
14:14
i can see the light ning
15:01
MarcDW
Hey peeps. I assembled my Raspiblitz yesterday!
15:02
Have my blockchain syncd on my laptop. Ready to get it set up tomorrow
15:04
Is there a good way to secure the screen to the top of the Pi case?
15:49
Brad
Velcro tape, hot melt glue. Various ways
16:02
No it's not. But the HDMI output will stop one the LCD driver loads. You can connect a keyboard to the Pi and hit Alt+F2 or Ctrl+Alt+F2 to open a terminal prompt to login. Then you can run 'ifconfig' or 'ip address show' to see the nodes IP address to SSH into it.
16:11
No it's not. Runs without LCD. Even runs without a Pi ... Can run it on a PC. You need to SSH to it or connect a keyboard and login
20:26
Collin | Shrimp
Lol. The guide displayed need to be easier for Windows 🙈 I’m not sure why the guide says to use “sudo “ though
22:00
PinkPanther
Havent seen anyone before complaining about the guide. I myself use to copy the bc from another computer cyberduck even tho rootzoll would never recommed a 3rd party to do so. Tbh that guide is pretty straightforward.
22:02
Collin | Shrimp
So far it is ok. Just that the part about copying the blockchain data from Windows. The instructions says to use “sudo scp-r”, which got me confused about where to type that on a Windows machine 😅
01:41
Robert
Thanks ;) I am the guy
01:48
Ist my „home server“, only the 3.) Display one is something with Crypto(RaspiBlitz), the other two are for my smarthome -> 1.) mqtt, nodered, homebridge and 2.) influxdb and Grafana for storing and display the values
01:49
Robert
Also nice! If you are interested in the display adapter I use, just ask
03:37
openoms
if you describe how did you end up doing it with WinSCP we can update the instructions.
05:04
access denied
Sure!
07:12
CryptoMulde ⚡️
are bitcoin.conf and lnd.conf rpcuser and rpcpassword the same?
07:13
openoms
yes, lnd communicates with bitcoind through the bitcoin RPC interface
07:14
access denied
Hab ich
07:14
CryptoMulde ⚡️
yes. but i taught maybe he messed around in the config and accidentally hanged those values
07:15
access denied
ohh sorry, yes. it is the same.
07:15
CryptoMulde ⚡️
what does lnd.log say
07:15
access denied
all works fine untill i add a dropbox backup
07:15
CryptoMulde ⚡️
never used that. i'm out here :D
07:27
openoms
the log says that your lnd wallet is not initialized.
You will need to restore your lnd backup.
If you can describe what happened or even better if you could reproduce the problem please open a github issue.
07:27
Collin | Shrimp
😅 I just used the torrent. Only took me overnight
07:39
access denied
got it, thanks.
08:04
access denied
still the same issue
08:05
ahhhh, 4 days and now that. jesus, i love linux, but sometimes i hate u
08:14
ohhh, just 3h untill 4:20. excuse me, have to go shopping shortly
09:56
Collin | Shrimp
omg. it is sync-ing and the temp is 78 degres celsius. will the box melt? 😂
10:45
access denied
omg, node crashed or whatever 😂😂
15:06
RC
Is there any way to change what is displayed on the screen?
Mike Raspi invited Mike Raspi
06:26
Mike Raspi
Built my raspiblitz last week ( just waiting for HDD from eBay) but cannot SSH to it using mobaxterm, any ideas? Really frustrating. I'm not a tech expert just a middle aged and not scared of getting projects off the ground and want to support the lightening network by having active node up and running. Just need help with SSH , seems admin and password are being ignored!
06:31
Collin | Shrimp
you are using windows?
06:32
Collin | Shrimp
i use putty. is ur raspberry pi connected via ethernet cable or wifi?
06:37
Mike Raspi
I was setting up using this simple step by step YouTube guide, which included putting a WiFi conf file on the boot directory.
06:39
Collin | Shrimp
your ip address displayed on the LCD screen?
06:49
Mike Raspi
Yes it's using v1.2 and once fires up says
Login to your Raspiblitz with: admin@***.***.*.** Use password raspiblitz.
Then on mobaxterm ( which I'm not on presently due to wife being on her pc in our office at the moment). I'll start my windows laptop now and come back and tell you message that mobaxterm gives me
06:54
Just installing telegram on my pc, and this account running in tablet with dying battery!
06:56
try the command line with "ssh admin@your-ip-adress"
07:00
Mike Raspi
cmd line returns a message "connection closed by my ip address !
07:04
the Mobaxterm returns this message
07:40
access denied
maybe restart ssh service.
07:41
sudo service ssh stop
sudo /usr/sbin/sshd
07:42
that fixed my issue
07:42
"""
try resetting your bitcoin.conf file back to default:
sudo cp /home/admin/assets/bitcoin.conf /mnt/hdd/bitcoin/bitcoin.conf
then edit /mnt/hdd/bitcoin/bitcoin.conf sudo nano /mnt/hdd/bitcoin/bitcoin.conf
and change "rpcpassword=" set to your passwordB
then restart:
sudo reboot now
"""
11:16
Choyna
Hey guys! I understand when a node is offline/inactive that it is displayed red in lnchannels like the channel at the top of the list. But does anyone know what's going on with the channel that is red and states 'no response'? Is that something different to a node that is temporarily offline? It's been like this for a while and I'm not exactly sure what it means. Thanks!
11:23
PinkPanther
There’s no clear answer for that. Maybe some incompatibilities with the version or software run by the other party and yourself or maybe he’s just offline for maintenance or some unexpected issue.
11:25
Whenever you plan to have a considered amount of sats in a channel you should have a lil bit of trust on the other party or at least know how to contact him/her in case something goes extremely wrong you know he wont cheat on you.
11:31
Collin | Shrimp
Download & install Winscp. Run Winscp and connect to your Raspberry Pi with admin and Password A. Navigate to /mnt/hdd/bitcoin/ and copy from the 3 folders from your Windows onto the Raspberry Pi.
Still copying... looks like will take 7 hours to copy 😅.. will update if any issues
11:53
PinkPanther
That is usually more or less what it takes.
11:59
Tony
Hey, I've created this tutorial, if your Raspiblitz showing the message "Login... " that means that it is connected to your router, so the wpa_supplicant.conf file was created properly. (I used wrong credentials once and raspiblitz wasn't happy).
This error looks like your computer can't find connection to the raspiblitz in the local network.
Troubleshooting:
check if a computer you are connecting to (ssh) raspiblitz is on the same network (same router, same wifi credentials). It shouldn't matter which software you are using (putty, winscp or mobaxterm). You also may try logging into your router and setting your raspiblitz IP as static, maybe the router is shuffling it somehow, the explanation is in my latest video. Don't hesitate to ask further questions, we are all here learning and willing to help! 😊
12:07
Brad
Install and try Putty. At least then you'll be using what many other Windows users are and can get more help
13:22
Choyna
Definitely lesson learned. Thanks man.
22:18
Aaron G
Hi all, I am a happy owner of a brand new Raspiblitz. I turned TOR on and I was wondering whether now I can access my little raspi when I am not home.
22:53
RC
You should be able to connect it to GreenAddress if you use Android
02:36
PinkPanther
Amazing feature
05:44
access denied
so, i rdy now. now i need a node to connect with :P
05:53
PinkPanther
Share your uri. Whoever needs liquidity feel free to publish your uri, It is always good to have liquidity from/to people you can contact later on.
06:49
access denied
works?
07:03
PinkPanther
You running on tor? I believe that you have to add the peers first
07:04
access denied
yes, on tor. which peer?
07:07
PinkPanther
Myself for example
Coinicarus invited Coinicarus
08:25
Choyna
Sweet I have something to listen to on the way to work, thanks! Oh, and welcome to the Blitzers group! 🙂⚡
09:45
PinkPanther
You have to add me first as a peer
09:45
I can not add you if you are on tor
09:45
Can anyone here confirm this? Im not running behind tor.
09:50
openoms
you can open channels to anyone from behind Tor, but add the peer as the first step.
09:50
openoms
openoms 09.05.2019 09:12:42
The thing with Tor is that it is asymetric. One can see outside from the dark, but you cannot see inside from the clear.
09:56
access denied
your peer?
09:56
PinkPanther
02d14f6c58b33c197ef0a51655a08df19bc91b2dcbe80dae2c22979af235cc5b3b@
88.24.46.130:9735
09:58
access denied
Channel Added Successfully!
10:17
PinkPanther
Sweet will do the same
Edit/ cant open from zap to onion addresses will have to wait till i get home.
10:29
access denied
no problem. i'm here all day.
10:33
Aaron G
Fantastic. I’ll have a long flight tonight and now I know what to do!
Federico Giacanelli invited Federico Giacanelli
11:35
Orek
Hey guys, I’m interested in integrating a ssh tunnel proxy support in raspiblitz, anyone have experience with adding functionality to the project?
11:44
Orek
Im using autossh lib in order to keep a persistent connection to public facing server.
11:47
There is a need to swap ssh keys between the the servers, thats a ux issue
11:48
Ah the python script does use autossh.
11:49
So ya that looks good
14:07
Collin | Shrimp
really need an idiot guide to ssh so that mobile wallet can connect to the raspberry pi. i cant figure out how to set it up 😅
14:09
CryptoMulde ⚡️
no need for ssh to connect a mobile wallet
14:23
Collin | Shrimp
From outside connection? Say I’m out at a restaurant..
14:23
CryptoMulde ⚡️
you dont need ssh port for that
14:37
PinkPanther
@Collin_X extremely easy to setup zap or shango with ddns
14:40
is the direct URL suppose to looks like this?
14:57
PinkPanther
I used noip
15:07
Collin | Shrimp
weird. not working
00:29
Collin | Shrimp
Got it working with noip. Much easier. Should use this for the guide instead
09:42
Coinicarus
Awesome 😎🔥🔥🔥 I hope you like it 👊
11:11
Kevin Yaraghi
Hey guys, my node has been offline the last couple days and I'm trying to figure out what's wrong (LCD screen says the LND service is not running). I ran a debug report and there are a few things that look concerning. I'll break it up with a few screenshots so it's not just a huge wall of text. Any help would be much appreciated, thank you!
11:17
CryptoMulde ⚡️
did you try a reboot?^^
11:17
Kevin Yaraghi
Yes several times
11:18
PinkPanther
Did u check if your external ip matches the same on tje lnd.conf?
11:35
Kevin Yaraghi
IP matches, I'm using dynamic DNS
11:36
PinkPanther
You using dns to connect to zap i guess?
11:37
The other day i had this issue. My external ip changes from times to times and that makes me modify the lnd.conf so i can match my external ip otherwise my node is unreachable
11:37
But lnd was normally running, unreachable, but running.
11:37
Kevin Yaraghi
Yeah it seems I'm having a different problem
11:38
Hardware test indicates there could be a power supply issue but I don't think this would prevent me from starting LND
12:54
Kevin Yaraghi
Anyone mind giving me some assistance with retrieving channel.backup file?
14:15
Kevin Yaraghi
Thanks yeah, after doing some research I found others with the same issue on github. Have you been able to resolve it?
14:55
Björn
No, I haven't solved it yet.
15:05
Kevin Yaraghi
Is there a safe/easy way to force close all channels while in this state so I can bring funds back to onchain wallet and retrieve them through backup seed?
15:15
RaspiFefo
Hi
I am installing raspiblitz and it is 30 minutes ago with the following message ... is it correct?
Reached target system initialization
15:26
Isaac
Has anyone tried pointing the Raspiblitz to a local full node or two rather than syncing locally or is that required? Is an SPV option in the works?
Peter Bosch invited Peter Bosch
16:38
PinkPanther
Do u already have access to your pi?
16:38
Cant you close your channels cooperatively?
16:41
Brad
This is from the HDMI monitor right? Do you have an LCD connected to you Pi?
16:53
RaspiFefo
Hdmi monitor
17:04
Peter Bosch
last line from HDMI monitor = starting system logging services
open up a terminal (OSX/Win10) and connect thru SSH with the command displayed by the RaspiBlitz:ssh admin@[YOURIP] → use password: raspiblitz Now follow the dialoge in your terminal. This can take some time (prepare some coffee) - but in the end you should have a running Lightning node on your RaspberryPi . configuring mij 2nd node😉 prepare some coffee
17:06
Kevin Yaraghi
I’m not sure that I can, none of the lncli commands work
17:07
PinkPanther
But u had a backup of your lnd right?
17:07
If so theres no need to close all cjsnnels
17:07
Brad
what happened when you tried lncli closechannel ?
17:08
still "edge not found"?
17:09
Kevin Yaraghi
I’ll tell you in a sec, will be in front of a computer shortly
17:09
But yeah I’m also dealing with the “edge not found” problem
17:17
RaspiFefo
I will try.. thanks!
17:30
Kevin Yaraghi
Tried closing the channel, as expected I got the following error "[lncli] rpc error: code = Unavailable desc = all SubConns are in TransientFailure, latest connection error: connection error: desc = "transport: Error while dialing dial tcp
127.0.0.1:10009: connect: connection refused"